This is the state of the game at the beginning
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | A5 | 1 | flying_hive_tryant | control | Quiet Man |
| chris | A5 | 2 | flying_hive_tryant | control | Scratchin’ Wizard |
| chris | A5 | 3 | broodlord | control | Larry Butler |
| chris | A5 | 4 | broodlord | control | Elaine Martone |
| chris | A5 | 5 | neurothrope | control | Crazy Leader |
| chris | A5 | 6 | tyranid_warriors | control | Aidan Walton |
| chris | A5 | 7 | tyranid_warriors | control | Kaden Calderon |
| chris | A5 | 8 | tyranid_warriors | control | Roman Guerrero |
| chris | A5 | 9 | genestealers | control | Rick Rubin |
| chris | A5 | 10 | genestealers | control | Bee Gees, Albhy Galuten & Karl Richardson |
| chris | A5 | 11 | termagants | control | Ivan Garcia |
| chris | A5 | 12 | hormagaunts | control | Amelia Anderson |
| chris | A5 | 13 | ripper_swarms | control | Mason Adams |
| chris | A5 | 14 | ripper_swarms | control | Declan Kim |
| chris | A5 | 15 | ripper_swarms | control | Keith Devlin |
| chris | A5 | 16 | hive_guard | control | Sydney Mejia |
| chris | A5 | 17 | maleceptor | control | Alyssa Morales |
| chris | A5 | 18 | venomthropes | control | Angelina Hopkins |
| chris | A5 | 19 | raveners | control | Vin Diesel |
| chris | A5 | 20 | gargoyles | control | Ol’ Dirty Lover |
| chris | A5 | 21 | gargoyles | control | Hypatia |
| chris | A5 | 22 | exocrine | control | Connor Gallagher |
| chris | A5 | 23 | biovores | control | Diego Dennis |
| chris | A5 | 24 | biovores | control | Nicholas Chen |
| chris | A5 | 25 | tyrannocyte | control | James Gleick |
Players change their maps (making orders)
modify_unit("chris", c(6, 13), "move","A2")
modify_unit("chris", c(5, 7, 8, 12, 23), "move","A3")
modify_unit("chris", 1, "move","A4")
modify_unit("chris", c(10, 14, 24), "move","A6")
modify_unit("chris", c(3, 9, 17, 18, 22), "move","A7")
modify_unit("chris", 2, "move", c("A6", "A8"))
modify_unit("chris", 19, "move",c("B7", "B10"))
modify_unit("chris", 21, "move", c("B9", "B11"))
modify_unit("chris", c(4, 15), "move","B7")
modify_unit("chris", 20, "move", c("A7", "E1"))
modify_unit("chris", c(11, 16, 25), "control","A5")
## All units resolved.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | A2 | 6 | tyranid_warriors | move | Aidan Walton |
| chris | A2 | 13 | ripper_swarms | move | Mason Adams |
| chris | A3 | 5 | neurothrope | move | Crazy Leader |
| chris | A3 | 7 | tyranid_warriors | move | Kaden Calderon |
| chris | A3 | 8 | tyranid_warriors | move | Roman Guerrero |
| chris | A3 | 12 | hormagaunts | move | Amelia Anderson |
| chris | A3 | 23 | biovores | move | Diego Dennis |
| chris | A4 | 1 | flying_hive_tryant | move | Quiet Man |
| chris | A5 | 11 | termagants | control | Ivan Garcia |
| chris | A5 | 16 | hive_guard | control | Sydney Mejia |
| chris | A5 | 25 | tyrannocyte | control | James Gleick |
| chris | A6 | 10 | genestealers | move | Bee Gees, Albhy Galuten & Karl Richardson |
| chris | A6 | 14 | ripper_swarms | move | Declan Kim |
| chris | A6 | 24 | biovores | move | Nicholas Chen |
| chris | A7 | 3 | broodlord | move | Larry Butler |
| chris | A7 | 9 | genestealers | move | Rick Rubin |
| chris | A7 | 17 | maleceptor | move | Alyssa Morales |
| chris | A7 | 18 | venomthropes | move | Angelina Hopkins |
| chris | A7 | 22 | exocrine | move | Connor Gallagher |
| chris | A8 | 2 | flying_hive_tryant | move | Scratchin’ Wizard |
| chris | B10 | 19 | raveners | move | Vin Diesel |
| chris | B11 | 21 | gargoyles | move | Hypatia |
| chris | B7 | 4 | broodlord | move | Elaine Martone |
| chris | B7 | 15 | ripper_swarms | move | Keith Devlin |
| chris | E1 | 20 | gargoyles | move | Ol’ Dirty Lover |
| eric | E4 | 21 | canoptek_scarab_swarms | move | Don Cheadle |
Players change their maps (making orders)
modify_unit("chris", c(6), "move","A4")
modify_unit("chris", c(13), "control","A2")
modify_unit("chris", c(5, 12, 23), "move","B2")
modify_unit("chris", c(7, 8), "control","A3")
modify_unit("chris", 1, "move", c("A6", "A8"))
modify_unit("chris", c(14), "control","A6")
modify_unit("chris", c(10, 24), "move","A8")
modify_unit("chris", c(3,17, 18, 22), "move","B9")
modify_unit("chris", c(9), "control","A7")
modify_unit("chris", 2, "move", "E1")
modify_unit("chris", 19, "move", c("B11", "E1"))
modify_unit("chris", 21, "move","B6")
modify_unit("chris", 4, "move","B8")
modify_unit("chris", 15, "move","B9")
modify_unit("chris", 20, "move", c("B11", "E2"))
modify_unit("chris", 11, "move","B7")
modify_unit("chris", c(16, 25), "control","A5")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| chris | A2 | 13 | ripper_swarms | control | Mason Adams | ||
| chris | A3 | 7 | tyranid_warriors | control | Kaden Calderon | ||
| chris | A3 | 8 | tyranid_warriors | control | Roman Guerrero | ||
| chris | A4 | 6 | tyranid_warriors | move | Aidan Walton | ||
| chris | A5 | 16 | hive_guard | control | Sydney Mejia | ||
| chris | A5 | 25 | tyrannocyte | control | James Gleick | ||
| chris | A6 | 14 | ripper_swarms | control | Declan Kim | ||
| chris | A6 | 1 | flying_hive_tryant | move | Quiet Man | TRUE | |
| chris | A7 | 9 | genestealers | control | Rick Rubin | ||
| chris | A8 | 1 | flying_hive_tryant | move | Quiet Man | TRUE | |
| chris | A8 | 10 | genestealers | move | Bee Gees, Albhy Galuten & Karl Richardson | TRUE | |
| chris | A8 | 24 | biovores | move | Nicholas Chen | TRUE | |
| eric | A8 | 21 | canoptek_scarab_swarms | move | Don Cheadle | TRUE | |
| big_grizz | B1 | 10 | ravenwing_bike_squad | move | Zoe Saldana | TRUE | |
| big_grizz | B1 | 11 | ravenwing_attack_bike | move | Henry Fonda | TRUE | |
| big_grizz | B1 | 12 | ravenwing_attack_bike | move | Samuel L Jackson | TRUE | |
| big_grizz | B1 | 16 | ravenwing_apothecary | move | Jackie Chan | TRUE | |
| chris | B11 | 19 | raveners | move | Vin Diesel | TRUE | |
| chris | B11 | 20 | gargoyles | move | Ol’ Dirty Lover | TRUE | |
| chris | B2 | 5 | neurothrope | move | Crazy Leader | ||
| chris | B2 | 12 | hormagaunts | move | Amelia Anderson | ||
| chris | B2 | 23 | biovores | move | Diego Dennis | ||
| chris | B6 | 21 | gargoyles | move | Hypatia | ||
| chris | B7 | 11 | termagants | move | Ivan Garcia | ||
| chris | B8 | 4 | broodlord | move | Elaine Martone | ||
| chris | B9 | 3 | broodlord | move | Larry Butler | ||
| chris | B9 | 15 | ripper_swarms | move | Keith Devlin | ||
| chris | B9 | 17 | maleceptor | move | Alyssa Morales | ||
| chris | B9 | 18 | venomthropes | move | Angelina Hopkins | ||
| chris | B9 | 22 | exocrine | move | Connor Gallagher | ||
| big_grizz | C1 | 1 | ravenwing_talonmaster | move | David Niven | TRUE | |
| chris | E1 | 2 | flying_hive_tryant | move | Scratchin’ Wizard | TRUE | |
| chris | E1 | 19 | raveners | move | Vin Diesel | TRUE | |
| eric | E1 | 21 | canoptek_scarab_swarms | move | Don Cheadle | TRUE | TRUE |
| chris | E2 | 20 | gargoyles | move | Ol’ Dirty Lover | ||
| eric | E3 | 20 | canoptek_scarab_swarms | move | Mad Hunter | ||
| eric | E4 | 20 | canoptek_scarab_swarms | move | Mad Hunter | TRUE |
## All units resolved.
## Warning: Removed 1 rows containing missing values (geom_point).
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | A2 | 13 | ripper_swarms | control | Mason Adams |
| chris | A3 | 7 | tyranid_warriors | control | Kaden Calderon |
| chris | A3 | 8 | tyranid_warriors | control | Roman Guerrero |
| chris | A4 | 6 | tyranid_warriors | move | Aidan Walton |
| chris | A5 | 16 | hive_guard | control | Sydney Mejia |
| chris | A5 | 25 | tyrannocyte | control | James Gleick |
| chris | A6 | 14 | ripper_swarms | control | Declan Kim |
| chris | A7 | 9 | genestealers | control | Rick Rubin |
| chris | A8 | 1 | flying_hive_tryant | move | Quiet Man |
| chris | A8 | 10 | genestealers | move | Bee Gees, Albhy Galuten & Karl Richardson |
| chris | A8 | 24 | biovores | move | Nicholas Chen |
| chris | B2 | 5 | neurothrope | move | Crazy Leader |
| chris | B2 | 12 | hormagaunts | move | Amelia Anderson |
| chris | B2 | 23 | biovores | move | Diego Dennis |
| chris | B6 | 21 | gargoyles | move | Hypatia |
| chris | B7 | 11 | termagants | move | Ivan Garcia |
| chris | B8 | 4 | broodlord | move | Elaine Martone |
| chris | B9 | 3 | broodlord | move | Larry Butler |
| chris | B9 | 15 | ripper_swarms | move | Keith Devlin |
| chris | B9 | 17 | maleceptor | move | Alyssa Morales |
| chris | B9 | 18 | venomthropes | move | Angelina Hopkins |
| chris | B9 | 22 | exocrine | move | Connor Gallagher |
| chris | E1 | 2 | flying_hive_tryant | move | Scratchin’ Wizard |
| chris | E1 | 19 | raveners | move | Vin Diesel |
| chris | E2 | 20 | gargoyles | move | Ol’ Dirty Lover |
| eric | E3 | 20 | canoptek_scarab_swarms | move | Mad Hunter |
Players change their maps (making orders)
modify_unit("chris", c(20), "defend", "E2")
modify_unit("chris", c(5, 23), "defend", "B2")
modify_unit("chris", c(16, 25), "defend", "A5")
modify_unit("chris", 3, "sneak", "B11")
modify_unit("chris", c(1,17,18) , "move", "B11")
modify_unit("chris", 2, "move", "E2")
modify_unit("chris", c(4) , "sneak", "B2")
modify_unit("chris", c(7) , "move", "B2")
modify_unit("chris", 6, "move", "A1")
modify_unit("chris", 8, "move", "B5")
modify_unit("chris", 9, "sneak", "B9")
modify_unit("chris", c(10) , "sneak", "E1")
modify_unit("chris", c(24) , "move", "E1")
modify_unit("chris", 11, "control", "B7")
modify_unit("chris", 12, "control", "B2")
modify_unit("chris", 13, "move", "A4")
modify_unit("chris", 14, "move", "A1")
modify_unit("chris", 15, "control", "B9")
modify_unit("chris", 19, "move", "E3")
modify_unit("chris", 21, "move", "B3")
modify_unit("chris", 22, "move", "B7")
modify_unit("chris", "B3", "move","B2")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
## Warning: Removed 1 rows containing missing values (geom_point).
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| chris | A1 | 6 | tyranid_warriors | move | Aidan Walton | ||
| chris | A1 | 14 | ripper_swarms | move | Declan Kim | ||
| chris | A4 | 13 | ripper_swarms | move | Mason Adams | ||
| chris | A5 | 16 | hive_guard | defend | Sydney Mejia | ||
| chris | A5 | 25 | tyrannocyte | defend | James Gleick | ||
| big_grizz | B1 | 1 | ravenwing_talonmaster | move | David Niven | TRUE | |
| big_grizz | B1 | 10 | ravenwing_bike_squad | move | Zoe Saldana | TRUE | |
| big_grizz | B1 | 11 | ravenwing_attack_bike | move | Henry Fonda | TRUE | |
| big_grizz | B1 | 12 | ravenwing_attack_bike | move | Samuel L Jackson | TRUE | |
| big_grizz | B1 | 16 | ravenwing_apothecary | move | Jackie Chan | TRUE | |
| chris | B11 | 1 | flying_hive_tryant | move | Quiet Man | ||
| chris | B11 | 17 | maleceptor | move | Alyssa Morales | ||
| chris | B11 | 18 | venomthropes | move | Angelina Hopkins | ||
| chris | B11 | 3 | broodlord | sneak | Larry Butler | ||
| chris | B2 | 12 | hormagaunts | control | Amelia Anderson | ||
| chris | B2 | 5 | neurothrope | defend | Crazy Leader | ||
| chris | B2 | 23 | biovores | defend | Diego Dennis | ||
| chris | B2 | 7 | tyranid_warriors | move | Kaden Calderon | ||
| chris | B2 | 4 | broodlord | sneak | Elaine Martone | ||
| big_grizz | B3 | 1 | ravenwing_talonmaster | move | David Niven | TRUE | |
| big_grizz | B3 | 10 | ravenwing_bike_squad | move | Zoe Saldana | TRUE | |
| big_grizz | B3 | 11 | ravenwing_attack_bike | move | Henry Fonda | TRUE | |
| big_grizz | B3 | 12 | ravenwing_attack_bike | move | Samuel L Jackson | TRUE | |
| big_grizz | B3 | 16 | ravenwing_apothecary | move | Jackie Chan | TRUE | |
| chris | B3 | 21 | gargoyles | move | Hypatia | TRUE | |
| chris | B5 | 8 | tyranid_warriors | move | Roman Guerrero | ||
| chris | B7 | 11 | termagants | control | Ivan Garcia | ||
| chris | B7 | 22 | exocrine | move | Connor Gallagher | ||
| chris | B9 | 15 | ripper_swarms | control | Keith Devlin | ||
| chris | B9 | 9 | genestealers | sneak | Rick Rubin | ||
| chris | E1 | 24 | biovores | move | Nicholas Chen | ||
| chris | E1 | 10 | genestealers | sneak | Bee Gees, Albhy Galuten & Karl Richardson | ||
| chris | E2 | 20 | gargoyles | defend | Ol’ Dirty Lover | ||
| chris | E2 | 2 | flying_hive_tryant | move | Scratchin’ Wizard | ||
| chris | E3 | 19 | raveners | move | Vin Diesel | ||
| eric | E4 | 20 | canoptek_scarab_swarms | move | Mad Hunter |
## All units resolved.
## Warning: Removed 1 rows containing missing values (geom_point).
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | A1 | 6 | tyranid_warriors | move | Aidan Walton |
| chris | A1 | 14 | ripper_swarms | move | Declan Kim |
| chris | A4 | 13 | ripper_swarms | move | Mason Adams |
| chris | A5 | 16 | hive_guard | defend | Sydney Mejia |
| chris | A5 | 25 | tyrannocyte | defend | James Gleick |
| chris | B11 | 1 | flying_hive_tryant | move | Quiet Man |
| chris | B11 | 17 | maleceptor | move | Alyssa Morales |
| chris | B11 | 18 | venomthropes | move | Angelina Hopkins |
| chris | B11 | 3 | broodlord | sneak | Larry Butler |
| chris | B2 | 12 | hormagaunts | control | Amelia Anderson |
| chris | B2 | 5 | neurothrope | defend | Crazy Leader |
| chris | B2 | 23 | biovores | defend | Diego Dennis |
| chris | B2 | 7 | tyranid_warriors | move | Kaden Calderon |
| chris | B2 | 21 | gargoyles | move | Hypatia |
| chris | B2 | 4 | broodlord | sneak | Elaine Martone |
| big_grizz | B3 | 1 | ravenwing_talonmaster | move | David Niven |
| big_grizz | B3 | 10 | ravenwing_bike_squad | move | Zoe Saldana |
| big_grizz | B3 | 11 | ravenwing_attack_bike | move | Henry Fonda |
| big_grizz | B3 | 12 | ravenwing_attack_bike | move | Samuel L Jackson |
| big_grizz | B3 | 16 | ravenwing_apothecary | move | Jackie Chan |
| chris | B5 | 8 | tyranid_warriors | move | Roman Guerrero |
| chris | B7 | 11 | termagants | control | Ivan Garcia |
| chris | B7 | 22 | exocrine | move | Connor Gallagher |
| chris | B9 | 15 | ripper_swarms | control | Keith Devlin |
| chris | B9 | 9 | genestealers | sneak | Rick Rubin |
| chris | E1 | 24 | biovores | move | Nicholas Chen |
| chris | E1 | 10 | genestealers | sneak | Bee Gees, Albhy Galuten & Karl Richardson |
| chris | E2 | 20 | gargoyles | defend | Ol’ Dirty Lover |
| chris | E2 | 2 | flying_hive_tryant | move | Scratchin’ Wizard |
| chris | E3 | 19 | raveners | move | Vin Diesel |
| eric | E4 | 20 | canoptek_scarab_swarms | move | Mad Hunter |
Players change their maps (making orders)
## All units resolved.
CONFLICT! column where relevant in your table. Plus, now you can only see the battles you’re involved with.